home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / getid225.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  5.7 KB  |  156 lines

  1. Short:    Upload checker for TechnoBBS, v2.25
  2. Author:   lauri.aalto@fipnet.fi
  3. Uploader: lauri.aalto@fipnet.fi
  4. Type:     comm/bbs
  5.  
  6. FEATURES
  7.  
  8.         o Public Domain
  9.         o Tests archives
  10.         o Removes unwanted files
  11.         o Scans for viruses
  12.         o Handles FILE_ID.DIZ:
  13.       - extracts it
  14.       - reflows if needed
  15.       - creates if desired
  16.       - adds when wanted
  17.         o Logging
  18.         o Configurable
  19.         o Supports *.(lha|lzh|lzx|run|zip|gz|z|Z|arj|dms|jpg|gif|mpg|ilbm|exe)
  20.  
  21. QUICK HISTORY FOR LAST FEW RELEASES
  22.  
  23. 2.25    12.02.95    
  24.  
  25.     Added support for LZX files, they are processed like LhA files. See
  26.     config entries "LZX", "LzxDeleteList" and "LzxConv".
  27.     LZX doesn't set up result codes so we must analyze its output for
  28.     determining archive test results. I've mailed the authors about
  29.     this.
  30.  
  31.     New config option "TouchLocal" for setting whether local uploads
  32.     will be touched (datestamp set to current) or not.
  33.  
  34.     Plus some minor improvements not worth mentioning here.
  35.  
  36. 2.24    11.02.95
  37.  
  38.     When a file was not recognized, GetID just cleaned up and didn't
  39.     allow the user to enter a long description. Fixed. Thanks to Antti
  40.     Tuominen for pointing this out.
  41.  
  42.     Manually entered long descriptions may now have whitespaces in
  43.     front of them :-D
  44.  
  45.     Fixed a minor bug in config parsing.
  46.  
  47. 2.23    26.12.94
  48.  
  49.     Added support for executable files (those demos...), which are now
  50.     recognized and checked for viruses. You can use the AllowExe @{"config" system "ed GetID.config"}
  51.     keyword for selecting whether you allow those files on your board.
  52.  
  53.     Zips kept crashing because stack size was set too low (actually it
  54.     wasn't even touched, TechnoBBS just launched the checker with the
  55.     default size of 4000 bytes). GetID now increases the stack size to
  56.     20000 bytes prior to running Zip or UnZip.
  57.  
  58.     Zipfile comments (BBS advertisements) are also now removed if
  59.     ZipDeleteList is specified (it doesn't need to exist however).
  60.  
  61.     Arj files are now processed faster.
  62.  
  63.     TempDirs with names like 'TEMP:' would have caused some temporary
  64.     files to be left to the TempDirs parent directory.
  65.  
  66.     GetID will now skip empty description lines from the beginning of
  67.     the file_id.diz instead of discarding the whole description.
  68.  
  69.     Empty descriptions are now ignored.
  70.  
  71.     Log entries' layouts have been standardized to match ones which
  72.     TechnoBBS uses. Also log entries should now be more informative and
  73.     contain less unnecressary junk.
  74.  
  75.     getid222.readme on Aminet had a wrong version number in it :-D
  76.  
  77. 2.22    07.12.94
  78.  
  79.     Due to several requests from several persons I've added a
  80.     possibility to enter long descriptions while running GetID.
  81.     The layout is very close to ChgDesc running under internal string
  82.     set, except smarter. There's a config entry for this: AskLongDesc.
  83.  
  84.     After AskLongDesc the file_id.diz can be appended into the archive
  85.     if requested via InsertDiz configuration entry.
  86.  
  87.     There was a bug in long description reformatter causing all
  88.     reformatted descriptions to become either empty or junked.
  89.  
  90.     Temporary files are now removed when the file format is unknown.
  91.  
  92.     ILBM recognition is now more reliable than it used to be.
  93.  
  94.     Config file parse errors now report the line number which caused
  95.     the problem.
  96.  
  97. 2.21    28.11.94
  98.  
  99.         Improved file_id.diz processing. CRs and MSDOG-EOFs are again
  100.         detected and removed. There's also a new configuration entry
  101.         TABSIZE for setting the size of tab (0x09) characters.
  102.  
  103.         As suggested by many people, the archivers now have a config entry
  104.         for defining their full path. Some people were having problems
  105.         because they had started RexxMast before setting up all the paths.
  106.         For now on, every command, who are not parts of the OS, have
  107.         configuration file entries. If the entries are left empty, the
  108.         format is not supported. If they're not present or commented out,
  109.         defaults will be used.
  110.  
  111.         The behaviour of ViewTek config entry changed a bit, to match with
  112.         the other external proggie entries. GetID won't notify the user
  113.         when an argument after the ViewTek keyword is missing, it just
  114.         drops VT support then.
  115.  
  116.         MaxDescLines is now also allowed in GetID.config.
  117.  
  118.         Added (No)GetDiz configuration entry for those guys who for some
  119.         reason do not want to automatically use file_id.diz files but just
  120.         check the archives. This doesn't affect faking picture dimensions
  121.         as file_id.diz, use ViewTek config entry for that.
  122.  
  123.         Uploaded files are now only touched (datestamp adjusted) when
  124.         they're local (ie. line number equals zero).
  125.  
  126.         After finding out broken files GetID now cleans up, previously it
  127.         just quit leaving temporary files all around the system ;-D
  128.  
  129.         Pictures are now pseudo checked - if ViewTek burps the image, it'll
  130.         be discarded. ViewTek config entry must however be set.
  131.  
  132.         And yes, there are some optimizations again...
  133.  
  134. 2.20    20.11.94
  135.  
  136.         GetID now has a configuration file. No need to re-edit the script
  137.         after new releases :-D
  138.  
  139.         The text reformatter is a bit faster now.
  140.  
  141.         Those descriptions considered "short" could have "long" lines
  142.         before, not anymore.
  143.  
  144.  
  145. ============================= Archive contents =============================
  146.  
  147. Original  Packed Ratio    Date     Time    Name
  148. -------- ------- ----- --------- --------  -------------
  149.     3624    1683 53.5% 12-Feb-95 23:46:52  Doors/GetID/GetID.config
  150.    14251    6280 55.9% 12-Feb-95 23:54:30  Doors/GetID/GetID.guide
  151.    16141    4309 73.3% 12-Feb-95 23:51:26  Doors/GetID/GetID.rexx
  152.     1730    1184 31.5% 06-Feb-95 19:20:16  Doors/GetID/Unwanted.files
  153.       93      90  3.2% 12-Feb-95 23:53:58  file_id.diz
  154. -------- ------- ----- --------- --------
  155.    35839   13546 62.2% 13-Feb-95 17:10:06   5 files
  156.